home *** CD-ROM | disk | FTP | other *** search
- SCSIInspector = {
- ACTIONS = {"cmdQueue:" = "cmdQueue:"; "fast:" = "fast:"; "sync:" = "sync:"; };
- OUTLETS = {
- boundingBox = boundingBox;
- cmdQueueButton = cmdQueueButton;
- fastButton = fastButton;
- optionsBox = optionsBox;
- syncButton = syncButton;
- };
- SUPERCLASS = IODeviceInspector;
- };
- IODeviceInspector = {
- ACTIONS = {
- "channelOrInterruptPicked:" = "channelOrInterruptPicked:";
- "rangeDidChange:" = "rangeDidChange:";
- "showInfo:" = "showInfo:";
- };
- OUTLETS = {
- accessoryHolder = accessoryHolder;
- dmaBox = dmaBox;
- dmaMatrix = dmaMatrix;
- infoButton = infoButton;
- infoPanel = infoPanel;
- infoText = infoText;
- inspectionView = inspectionView;
- irqBox = irqBox;
- irqMatrix = irqMatrix;
- memoryBox = memoryBox;
- memoryController = memoryController;
- origWindow = origWindow;
- portsBox = portsBox;
- portsController = portsController;
- statusTitle = statusTitle;
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
- IntrInspector = {
- ACTIONS = {"edge:" = "edge:"; "level:" = "level:"; };
- OUTLETS = {
- boundingBox = boundingBox;
- edgeButton = edgeButton;
- levelButton = levelButton;
- optionsBox = optionsBox;
- };
- SUPERCLASS = IODeviceInspector;
- };
-